59aea7f1790c718eee64ac9ccb396d917719b58a,quantumdb-core/src/test/java/io/quantumdb/core/backends/postgresql/planner/GreedyMigrationPlannerTest.java,GreedyMigrationPlannerTest,getTableId,#String#,1539
Before Change
}
private String getTableId(String tableId) {
return tableMapping.getTableId(changelog.getLastAdded(), tableId);
}
public Table table(String tableId) {
After Change
}
private String getTableId(String tableId) {
return refLog.getTableRef(changelog.getLastAdded(), tableId).getTableId();
}
public Table table(String tableId) {